home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / utility / wxlslib.zip / xlsx.c < prev    next >
C/C++ Source or Header  |  1992-02-20  |  199b  |  11 lines

  1. #include <windows.h>
  2.  
  3. int FAR PASCAL LibMain(HANDLE hInst, WORD wDS, WORD wHS, LPSTR lpszCmd)
  4. {
  5.   if (wHS > 0) UnlockData(0);
  6.   return(1);
  7. }
  8.  
  9. int FAR PASCAL WEP(int nParam) { return(1); }
  10.  
  11.